McCoordSystem enumeration
The coordinate system of an axis.
Namespace: IntervalZero.KINGSTAR.Base
Assembly: IntervalZero.KINGSTAR.Base (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public enum McCoordSystem
Public Enum McCoordSystem
Members
Member name | Value | Description |
---|---|---|
mcAxisCoordSystem | 0 | Uses the positions of each axis. |
mcMachineCoordSystem | 1 | Uses Cartesian coordinate system. The origin is usually located at the base of a robotic arm. |
mcProductCoordSystem | 2 | Typically it uses Cartesian coordinate system. The location of the origin is specified by users. |
See also